System Properties Simple MAPI page
Permits sending and receiving simple MAPI messages;
exporting messages into files to clean up MAPI InBox folder; viewing hidden MAPI
messags such as IPC.xxx instead of standard IPM
Functionality:
- TreeView: list of mail messages in InBox folder
- ListView: list of recipients for InBox messages or outgoing message
- MAPI_UNREAD_ONLY CheckBox: enables/disables viewing only
unread messages
- MAPI_PEEK CheckBox: enables (off)/disables (on) changing message status
from unread to read
- MAPI_SUPPRESS_ATTACH CheckBox: enables (off)/disables (on) extraction of
attachments in message into TEMP directory
- MAPI_ENVELOPE_ONLY enables/disables viewing message header only, no text
or attachments
- "Export..." button: exports currently viewed messages to a directory
chosen by user, in the form *dir\messageSubject\filexxx
- "Address Book..." button: permits selection of recipients for an outgoing
message
- "Details" Button: display recipient details - CURRENTLY NOT IMPLEMENTED
- MAPI Login group box: to enter, and save, user/password into registry -
for MAPI login when not using shared MAPI session
- "Subject" EditBox: to enter Subject for an outgoing message
- EditBox to the right of "Subject" EditBox: to enter
message Type to view when not default, such as IPC messages
- ListBox BELOW "Subject" EditBox: displays selected attachments to send, if
any
- "Type your message here" EditBox: to enter text of message being sent
- MAPI_DIALOG EditBox: to force Login dialog box to be displayed when login
not possible otherwise - DOESN'T SEEM TO DO ANYTHING AS YET
- "Attach" button: permits selection of an attachment to send through use of
OpenFile common dialog box
- "Send..." button: sends message if all options filled in
- "Clear Addresses" button: to clear addresses for outgoing message
- Apply button: refresh displayed information
Index